home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / pc / IDEASRC / Gallery.Dir / 00051.ls < prev    next >
Encoding:
Text File  |  1997-08-06  |  245 b   |  13 lines

  1. on mouseDown
  2.   puppetSound(2, "tick")
  3.   repeat while the mouseDown
  4.     set the visible of sprite 2 to 0
  5.     updateStage()
  6.   end repeat
  7.   set the visible of sprite 2 to 1
  8.   updateStage()
  9.   if the frame > 2 then
  10.     go(the frame - 1)
  11.   end if
  12. end
  13.